ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnValue<T> Class / Value Property

In This Topic
    Value Property (DataGridColumnValue<T>)
    In This Topic
    Gets the information associated with the column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As T
    public T Value {get;}

    Property Value

    The information associated with the column.
    See Also